home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 994 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Thu, 10 Feb 94 18:10:02 -0500
  2. Message-Id: <9402102310.AA16695@acae127>
  3. From: bammi@cadence.com (jwahar r. bammi)
  4. X-Organization: Cadence Design Systems
  5. To: schwab@issan.informatik.uni-dortmund.de, mint@atari.archive.umich.edu
  6. In-Reply-To: Andreas Schwab's message of Thu, 10 Feb 94 13:20:35 +0100 <9402101220.AA29893@issan.informatik.uni-dortmund.de>
  7. Subject: RE: mintlibs42 and gcc...
  8.  
  9. > This can be fixed by disabling the XFmode stuff, by changing the line
  10. > #define LONG_DOUBLE_TYPE_SIZE 96
  11. > into
  12. > #define LONG_DOUBLE_TYPE_SIZE 64
  13. > (should be anywhere at the beginning of libgcc2.c; i don't have the
  14. > source at hand, it may be a bit different). Apparently, bammi has
  15. > disabled long double support in the atari port of gcc, presumably
  16. > because we don't have emulation code for XFmode yet (it will only work
  17. > with a fpu).
  18.  
  19.  
  20.     that is exactly correct. the gcc diffs (and bin) i distribute are
  21. configured in the most generic form i can think of (m68000 code, no
  22. assumption about 68881).
  23.  
  24.     i quickly checked libgcc2.c and indeed it has
  25.  
  26. /* Don't try using XFmode.  */
  27. #define LONG_DOUBLE_TYPE_SIZE 64
  28.  
  29.  
  30. cheers,
  31. --
  32. bang:   uunet!cadence!bammi            jwahar r. bammi
  33. domain: bammi@cadence.com
  34. GEnie:    J.Bammi
  35. CIS:    71515,155
  36.